home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / we@ellipsis.com / 00005.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  315 b   |  19 lines

  1. on startMovie
  2.   global loop
  3.   openResFile("Esis...cursors")
  4.   set the cursor of sprite 1 to 213
  5.   set the cursor of sprite 5 to 280
  6.   set the cursor of sprite 6 to 280
  7.   set the cursor of sprite 11 to 260
  8.   reset()
  9. end
  10.  
  11. on stopMovie
  12.   closeResFile("Esis...cursors")
  13. end
  14.  
  15. on reset
  16.   global loop
  17.   set loop to 21
  18. end
  19.